home *** CD-ROM | disk | FTP | other *** search
/ Revista CD Expert 8 / Revista CD Expert nº 08 CD1.iso / Utilitarios / Programacao / Bloodshed Dev-C++ 2.0 / _SETUP.1 / specs < prev    next >
Text File  |  1998-03-08  |  1KB  |  64 lines

  1. *asm:
  2.  
  3.  
  4. *asm_final:
  5.  
  6.  
  7. *cpp:
  8. -remap %(cpp_cpu) %[cpp_cpu] %{posix:-D_POSIX_SOURCE}
  9.  
  10. *cc1:
  11. %(cc1_spec) 
  12.  
  13. *cc1plus:
  14.  
  15.  
  16. *endfile:
  17.  
  18.  
  19. *link:
  20. %{mwindows:--subsystem windows} %{mdll:--dll -e _DllMainCRTStartup@12}
  21.  
  22. *lib:
  23. %{mwindows:-luser32 -lgdi32 -lcomdlg32} -lkernel32 -ladvapi32 -lshell32
  24.  
  25. *libgcc:
  26. -lmingw32 -lgcc -lmoldname -lcrtdll
  27.  
  28. *startfile:
  29. %{mdll:dllcrt1%O%s} %{!mdll:crt1%O%s}
  30.  
  31. *switches_need_spaces:
  32.  
  33.  
  34. *signed_char:
  35. %{funsigned-char:-D__CHAR_UNSIGNED__}
  36.  
  37. *predefines:
  38. -Di386 -D_WIN32 -DWIN32 -D__WIN32__   -D__MINGW32__ -DWINNT  -D_X86_=1 -D__STDC__=1  -D__stdcall=__attribute__((__stdcall__))   -D__cdecl=__attribute__((__cdecl__))   -Asystem(winnt) -Acpu(i386) -Amachine(i386)
  39.  
  40. *cross_compile:
  41. 0
  42.  
  43. *version:
  44. 2.8.1
  45.  
  46. *multilib:
  47. . ;
  48.  
  49. *multilib_defaults:
  50.  
  51.  
  52. *multilib_extra:
  53.  
  54.  
  55. *multilib_matches:
  56.  
  57.  
  58. *cpp_cpu:
  59. -Di386  -Asystem(unix) -Acpu(i386) -Amachine(i386) %{mcpu=i486:-Di486} %{m486:-Di486} %{mpentium:-Dpentium -Di586} %{mcpu=pentium:-Dpentium -Di586} %{mpentiumpro:-Dpentiumpro -Di686} %{mcpu=pentiumpro:-Dpentiumpro -Di686}
  60.  
  61. *cc1_cpu:
  62. %{!mcpu*: %{m386:-mcpu=i386 -march=i386} %{mno-486:-mcpu=i386 -march=i386} %{m486:-mcpu=i486 -march=i486} %{mno-386:-mcpu=i486 -march=i486} %{mno-pentium:-mcpu=i486 -march=i486} %{mpentium:-mcpu=pentium} %{mno-pentiumpro:-mcpu=pentium} %{mpentiumpro:-mcpu=pentiumpro}}
  63.  
  64.